From: Juanma Barranquero Date: Fri, 9 Mar 2007 17:31:12 +0000 (+0000) Subject: (Fdescribe_buffer_bindings): Check that BUFFER is valid. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~29920 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2fa7d369ba3a19196f7e965cc02afb772626f4c6;p=emacs.git (Fdescribe_buffer_bindings): Check that BUFFER is valid. --- diff --git a/src/keymap.c b/src/keymap.c index dd126a9a8f3..00a182f52f0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2992,6 +2992,8 @@ Keyboard translations:\n\n\ You type Translation\n\ -------- -----------\n"; + CHECK_BUFFER (buffer); + shadow = Qnil; GCPRO1 (shadow);